home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / PHP / include / php / main / build-defs.h next >
Encoding:
C/C++ Source or Header  |  2001-06-05  |  3.5 KB  |  83 lines

  1. /*                                                                -*- C -*-
  2.    +----------------------------------------------------------------------+
  3.    | PHP version 4.0                                                      |
  4.    +----------------------------------------------------------------------+
  5.    | Copyright (c) 1997-2001 The PHP Group                                |
  6.    +----------------------------------------------------------------------+
  7.    | This source file is subject to version 2.02 of the PHP license,      |
  8.    | that is bundled with this package in the file LICENSE, and is        |
  9.    | available at through the world-wide-web at                           |
  10.    | http://www.php.net/license/2_02.txt.                                 |
  11.    | If you did not receive a copy of the PHP license and are unable to   |
  12.    | obtain it through the world-wide-web, please send a note to          |
  13.    | license@php.net so we can mail you a copy immediately.               |
  14.    +----------------------------------------------------------------------+
  15.    | Authors: Stig Sæther Bakken <ssb@fast.no>                            |
  16.    +----------------------------------------------------------------------+
  17. */
  18.  
  19. /* $Id: build-defs.h.in,v 1.2 2001/02/26 06:07:31 andi Exp $ */
  20.  
  21. #define CONFIGURE_COMMAND " '../php-4.0.5-amiga/configure' '--cache-file=../../config.cache.global' '--host=m68k-unknown-amigaos' '--prefix=/Apache' '--with-config-file-path=/Apache/lib' '--enable-force-cgi-redirect' '--disable-debug' '--enable-bcmath' '--enable-track-vars' '--enable-calendar' '--enable-ftp' '--with-mysql' '--with-msql=/cvs/cross-install/msql/usr/local'"
  22. #define PHP_ADA_INCLUDE        ""
  23. #define PHP_ADA_LFLAGS        ""
  24. #define PHP_ADA_LIBS        ""
  25. #define PHP_APACHE_INCLUDE    ""
  26. #define PHP_APACHE_TARGET    ""
  27. #define PHP_FHTTPD_INCLUDE      ""
  28. #define PHP_FHTTPD_LIB          ""
  29. #define PHP_FHTTPD_TARGET       ""
  30. #define PHP_BINNAME        "@BINNAME@"
  31. #define PHP_CFLAGS        "-mstackextend -resident32 -O3 -Dfork=vfork -m68060"
  32. #define PHP_DBASE_LIB        ""
  33. #define PHP_BUILD_DEBUG        ""
  34. #define PHP_GDBM_INCLUDE    ""
  35. #define PHP_HSREGEX        ""
  36. #define PHP_IBASE_INCLUDE    ""
  37. #define PHP_IBASE_LFLAGS    ""
  38. #define PHP_IBASE_LIBS        ""
  39. #define PHP_IFX_INCLUDE        ""
  40. #define PHP_IFX_LFLAGS        ""
  41. #define PHP_IFX_LIBS        ""
  42. #define PHP_INSTALL_IT        "$(INSTALL) -m 0755 php $(bindir)/"
  43. #define PHP_IODBC_INCLUDE    ""
  44. #define PHP_IODBC_LFLAGS    ""
  45. #define PHP_IODBC_LIBS        ""
  46. #define PHP_MSQL_INCLUDE    ""
  47. #define PHP_MSQL_LFLAGS        ""
  48. #define PHP_MSQL_LIBS        ""
  49. #define PHP_MYSQL_INCLUDE    ""
  50. #define PHP_MYSQL_LFLAGS    ""
  51. #define PHP_MYSQL_LIBS        ""
  52. #define PHP_ODBC_TYPE       ""
  53. #define PHP_ODBC_INCLUDE    "@ODBC_INCLUDE@"
  54. #define PHP_ODBC_LFLAGS     "@ODBC_LFLAGS@"
  55. #define PHP_ODBC_LIBS       "@ODBC_LIBS@"
  56. #define PHP_OCI8_SHARED_LIBADD     ""
  57. #define PHP_OCI8_DIR            ""
  58. #define PHP_OCI8_VERSION        ""
  59. #define PHP_ORACLE_SHARED_LIBADD     ""
  60. #define PHP_ORACLE_DIR                ""
  61. #define PHP_ORACLE_VERSION            ""
  62. #define PHP_PGSQL_INCLUDE    ""
  63. #define PHP_PGSQL_LFLAGS    ""
  64. #define PHP_PGSQL_LIBS        ""
  65. #define PHP_PROG_SENDMAIL    "/bin/sendmail"
  66. #define PHP_REGEX_LIB        ""
  67. #define PHP_SOLID_INCLUDE    ""
  68. #define PHP_SOLID_LIBS        ""
  69. #define PHP_EMPRESS_INCLUDE    ""
  70. #define PHP_EMPRESS_LIBS    ""
  71. #define PHP_SYBASE_INCLUDE    ""
  72. #define PHP_SYBASE_LFLAGS    ""
  73. #define PHP_SYBASE_LIBS        ""
  74. #define PHP_DBM_TYPE        ""
  75. #define PHP_DBM_LIB        ""
  76. #define PHP_LDAP_LFLAGS        ""
  77. #define PHP_LDAP_INCLUDE    ""
  78. #define PHP_LDAP_LIBS        ""
  79. #define PHP_VELOCIS_INCLUDE     ""
  80. #define PHP_VELOCIS_LIBS        ""
  81. #define PHP_EXTENSION_DIR       "/Apache/lib/php/extensions/no-debug-non-zts-20001222"
  82. #define PHP_INCLUDE_PATH    ".:/Apache/lib/php"
  83.